ExportToFile(String,String,String,Dictionary<String,Object>) Method
Export the document specified by documentKey to the specified format and returns url that can be used to download file.
public System.string ExportToFile(
System.string ,
System.string ,
System.string ,
System.Collections.Generic.Dictionary<string,object>
)
'Declaration
Public Overloads Function ExportToFile( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Collections.Generic.Dictionary(Of String,Object) _
) As System.String
Parameters
- documentKey
- The document key.
- format
- The format.
- exportedFileName
- Optional. Exported file name.
- extraOptions
- Extra Options: Pdf security setting.
Return Value
Url to exported file.